ci: Add stable releases#23657
Open
kjarosh wants to merge 3 commits intoruffle-rs:masterfrom
Open
Conversation
Stable releases cannot have a version dependent on the day. This changes the day ID to be the max day ID we expect.
Now the configure step sets the release channel and other steps depend on it: either include it in the build, or use it as a condition.
This adds a possibility to trigger a stable release, choosing one of 3 possible release types: major, minor, patch.
Contributor
|
We should make sure none of the website's code relies on a certain order of releases. For example, am I reading right that this will pull the latest AVM2 Report, regardless if it's from a nightly or not? Is that okay, or a concern? |
Contributor
|
I think we'll want to revive and merge ruffle-rs/ruffle-rs.github.io#308 at the same time. |
Member
Author
|
Yes, I planned to take care of the website after this PR. BTW Merging this PR should be fine if we don't do any releases just yet. |
Dinnerbone
approved these changes
May 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This is a retake of #17193.
The majority of code has already been merged, this adds the remaining pieces so that we can do stable releases.
Specifically:
release_typeinput param which allows selecting what release should be performed,nightly/stable),Stuff like publishing extensions, the AUR package, demo, or JS docs are constrained to nightly releases for now. The npm package is published for all versions (according to my knowledge it should work OOTB).
Testing
It has been tested on my fork, did three releases:
0.2.0,1.0.0.Resulting commits: https://github.com/kjarosh/ruffle/commits/102c8082d0c0db747432bc034b2c841c81e3a5b7
Resulting releases: https://github.com/kjarosh/ruffle/releases
Jobs:
Checklist